ComponentOne FlexReport for UWP
CopyTo Method (ReportObjectCollection<TItem>)

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > ReportObjectCollection<TItem> Class : CopyTo Method
The one-dimensional System.Array that is the destination of the elements copied from collection. (The array must have zero-based indexing).
The zero-based index in array at which copying begins.
Copies the elements of the collection to an System.Array, starting at a particular array index.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As TItem, _
   ByVal index As System.Integer _
) 
public void CopyTo( 
   TItem[] array,
   System.int index
)

Parameters

array
The one-dimensional System.Array that is the destination of the elements copied from collection. (The array must have zero-based indexing).
index
The zero-based index in array at which copying begins.
See Also

Reference

ReportObjectCollection<TItem> Class
ReportObjectCollection<TItem> Members